Previous Book Contents Book Index Next

Inside Macintosh: /
QuickDraw 3D RAVE / QuickDraw 3D RAVE Reference
QuickDraw 3D RAVE Routines / Manipulating Draw Contexts


QAGetPtr

You can use the QAGetPtr function to get a pointer value of a draw context state variable.

#define QAGetPtr(drawContext,tag) \
            (drawContext)->getPtr (drawContext,tag)
drawContext
A draw context.
tag
A state variable tag.
DESCRIPTION
The QAGetPtr function returns, as its function result, the pointer value of the draw context state variable specified by the drawContext and tag parameters. If the specified tag is not recognized or supported by that draw context, QAGetPtr returns the value 0.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
28 AUG 1996